hipreme_engine ~master (2025-09-27T13:37:43Z)
Dub
Repo
IHipAudioDecoder.resample
hip
api
data
audio
IHipAudioDecoder
Undocumented in source.
interface
IHipAudioDecoder
bool
resample
(
in
ubyte
[]
data
,
HipAudioType
type
,
uint
outputSampleRate
,
uint
outputChannels
,
void
delegate
(
in
ubyte
[]
data
)
onSuccess
,
void
delegate
(
)
onFailure
)
Meta
Source
See Implementation
hip
api
data
audio
IHipAudioDecoder
functions
channelConversion
decode
dispose
getAudioConfig
getClipChannels
getClipData
getClipSize
getDuration
getSamplerate
loadData
resample
startDecoding
updateDecoding